const runtime.unwindSilentErrors

16 uses

	runtime (current package)
		mprof.go#L742: 		u.initAt(pc, sp, 0, gp, unwindSilentErrors|unwindJumpStack)
		mprof.go#L1691: 	u.initAt(pc, sp, 0, gp, unwindSilentErrors)
		proc.go#L5809: 		u.initAt(mp.curg.syscallpc, mp.curg.syscallsp, 0, mp.curg, unwindSilentErrors)
		proc.go#L5813: 		u.initAt(mp.libcallpc, mp.libcallsp, 0, mp.libcallg.ptr(), unwindSilentErrors)
		proc.go#L5817: 		u.initAt(mp.vdsoPC, mp.vdsoSP, 0, gp, unwindSilentErrors|unwindJumpStack)
		proc.go#L5819: 		u.initAt(pc, sp, lr, gp, unwindSilentErrors|unwindTrap|unwindJumpStack)
		traceback.go#L57: 	unwindSilentErrors
		traceback.go#L203: 		if flags&unwindSilentErrors == 0 {
		traceback.go#L207: 		if flags&(unwindPrintErrors|unwindSilentErrors) == 0 {
		traceback.go#L338: 	} else if flag&abi.FuncFlagSPWrite != 0 && (!innermost || u.flags&(unwindPrintErrors|unwindSilentErrors) != 0) {
		traceback.go#L364: 		if u.flags&(unwindPrintErrors|unwindSilentErrors) == 0 && !innermost {
		traceback.go#L457: 		fail := u.flags&(unwindPrintErrors|unwindSilentErrors) == 0
		traceback.go#L458: 		doPrint := u.flags&unwindSilentErrors == 0
		traceback.go#L564: 	if u.flags&(unwindPrintErrors|unwindSilentErrors) == 0 && u.frame.sp != gp.stktopsp {
		traceback.go#L1100: 		u.initAt(pc, sp, 0, gp, unwindSilentErrors)
		traceback.go#L1108: 	u.init(gp, unwindSilentErrors)